Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.ecm.platform.video.jsf.types--types

This contribution is part of XML component org.nuxeo.ecm.platform.video.jsf.types inside nuxeo-platform-video-jsf-7.10-HF02.jar /OSGI-INF/ui-types-contrib.xml

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="Video">
          <label>Video</label>
          <default-view>view_documents</default-view>
          <icon>/icons/video.png</icon>
          <bigIcon>/icons/video_big.png</bigIcon>
          <category>SimpleDocument</category>
          <description>Video.description</description>
          <layouts mode="any">
            <layout>heading</layout>
            <layout>video_file</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>video_file</layout>
            <layout>dublincore</layout>
          </layouts>
          <layouts mode="drive">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
        </type>

    Video.description

  • <type id="Workspace">
          <subtypes>
            <type>Video</type>
          </subtypes>
        </type>
  • <type id="Folder">
          <subtypes>
            <type>Video</type>
          </subtypes>
        </type>
  • <type id="OrderedFolder">
          <subtypes>
            <type>Video</type>
          </subtypes>
        </type>

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
    <type id="Video">
      <label>Video</label>
      <default-view>view_documents</default-view>
      <icon>/icons/video.png</icon>
      <bigIcon>/icons/video_big.png</bigIcon>
      <category>SimpleDocument</category>
      <description>Video.description</description>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>video_file</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>video_file</layout>
        <layout>dublincore</layout>
      </layouts>
      <layouts mode="drive">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
    </type>

    <type id="Workspace">
      <subtypes>
        <type>Video</type>
      </subtypes>
    </type>

    <type id="Folder">
      <subtypes>
        <type>Video</type>
      </subtypes>
    </type>

    <type id="OrderedFolder">
      <subtypes>
        <type>Video</type>
      </subtypes>
    </type>

  </extension>